home *** CD-ROM | disk | FTP | other *** search
- 1 print"[147]":poke53280,6:poke53281,1:poke646,0
- 2 printtab(5)"commodares.....print formatter"
- 3 rem solution by
- 4 rem james killman
- 5 rem
- 10 input v : if v=0 then end
- 20 g$=str$(int(v)):x=len(g$)
- 30 f$=str$(v+.005):print left$(f$,x+3)
- 40 goto 10
-